body {
    background-image: url("/web/20250409174900im_/https://www.odzaci.rs/dist/img/body-pattern-3.png");
}

.page-wrap {
    background-color: #fff;
    box-shadow: 0 0 11px #e8e8e8;
}

.header-tt-line {
    background-color: #022d50;
    background-image: url("/web/20250409174900im_/https://www.odzaci.rs/dist/img/odz-pattern-blue-1.png");

}

.header-tt-line ul {
    margin: 0;
    display: flex;
    justify-content: space-between;

}

.tt-line-villages-list {

}

.tt-line__link {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    display: block;
    padding: 5px 10px;
    transition: all .15s ease-in-out;
}

.tt-line-villages-list .active .tt-line__link {
    background-color: #ea6369;
    color: #fff;
}

.tt-line__link:hover,
.tt-line__link:focus {
    text-decoration: none;
    background-color: #ea6369;
    color: #fff;
}

.odz-page-header {
    background-size: cover;
    background-position: center;
}

.odz-page-header .top-line {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url("/web/20250409174900im_/https://www.odzaci.rs/dist/img/odz-pattern-invert-transp-40.png");
}

.odz-page-header .title-text .title {
    text-align: left;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .odz-page-header .title-text .title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 24px;
    }

    .odz-page-header .title-text .sub-title {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .odz-page-header .title-text .title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 30px;
    }

    .odz-page-header .title-text .sub-title {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .odz-page-header .title-text .title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 50px;
    }

    .odz-page-header .title-text .sub-title {
        font-size: 20px;
    }
}

.top-line__container {
    position: relative;
    padding-top: 8px;
}

.top-line-villages-list {
    position: absolute;
    right: 15px;
    top: 4px;
    z-index: 50;
}

.top-line-site-title-link {

    text-decoration: none;
    color: #5e6367;
    font-weight: 300;
}

.top-line-site-title-link:hover,
.top-line-site-title-link:hover .title,
.top-line-site-title-link:hover .sub-title {
    color: #005791;
    text-decoration: none;
}

.top-line__grbi-naslov {
    align-items: center;
    display: flex;
}

.top-line__grb-list {
    display: flex;
    margin-right: 10px;
}

.top-line__grb {
    margin-right: 10px;
}

.top-line__grb img {
    max-height: 100%;
}

@media only screen and (max-width: 992px) {
    .top-line__grb {
        height: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .odz-page-header .title-text .title {
        font-size: 18px;
    }
}

.pitajte-box .title-txt-2 {
    font-size: 18px;
    line-height: 34px;
}

.navbar-odz {
    background-color: #206094;
}

.navbar-odz .nav > li.active > a {
    background-color: #022d50;
    color: #fff;
}

.navbar-odz .dropdown-menu {
    background-color: #206094;
}

.navbar-odz .dropdown-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.navbar-odz .dropdown-menu li:last-child {
    border-bottom: none;
}

.navbar-odz .dropdown-menu a {
    color: #fff;
    display: block;

    padding: 8px 10px;
}

.navbar-odz .dropdown-header {
    text-transform: uppercase;
    padding: 3px 10px;
    font-size: 14px;
    background-color: #4f687b;
    color: #c3c3c3;
}

.navbar-odz .sub-sub-menu {
    background-color: transparent;
}

.navbar-odz .sub-sub-menu li a {
    color: #fff;
    display: block;

    padding: 8px 8px 8px 20px;
}

.navbar-odz .dropdown-menu .divider {
    display: none;
}

@media (min-width: 768px) {
    .navbar-odz .navbar-nav {
        float: none;
    }

    .navbar-nav > li.dropdown__nav-search {
        float: right;
    }
}

.navbar-odz .dropdown-menu.dropdown-menu__search {
    background-color: #fff;
    padding: 15px;

}

.navbar-nav .open .dropdown-menu.dropdown-menu__search {
    background-color: #fff;
    border-radius: 0;
}

.navbar-odz .dropdown-menu {
    min-width: auto;
}

@media (min-width: 768px) {
    .navbar-odz .dropdown-menu.dropdown-menu__search {

        width: 330px;
    }

    .navbar-odz .dropdown-menu {
        min-width: 200%;
    }
}

.dropdown-menu__search-title {
    margin-bottom: 10px;
    font-weight: 700;
    color: #888;
}

.navbar-nav > li > a.dropdown-toggle__nav-search {
    background-color: #ea6369;

}

@media (min-width: 768px) {
    .navbar-nav > li > a.dropdown-toggle__nav-search {
        padding: 5px 15px 0 15px;
        line-height: 45px;
        font-size: 22px;
    }
}

.header-grb-list {
    display: flex;
    justify-content: center;
    margin-left: auto;
}

.header-grb__item {
    padding: 0 6px;
}

.header-grb__item img {
    width: 34px;
}

@media (min-width: 992px) {
    .header-grb__item img {
        width: 44px;
    }
}

@media (min-width: 768px) {
    .odz-page-header .switches {

        display: none;
    }
}

@media (min-width: 992px) {
    .odz-page-header .switches {

        display: block;
    }
}

#back-to-top:hover {
    background-color: rgba(52, 133, 161, 0.9);
}

.odz-page-footer .footer-contact .footer-logo a {
    color: #fff;
}

.odz-page-footer .footer-contact .footer-logo a:hover {
    color: #002f55;
}

.no-bottom-border {
    border-bottom: none;
}

@media print {
    .no-print {
        display: none;
    }

    .title-txt-2 {
        font-size: 11pt;
    }

    .normal-txt {
        font-size: 9pt;
    }
}

.info-box_text_inner {
    height: 40px;
    overflow: hidden;
}

.info-box__image-icon {
    border: 4px solid #206094;
    width: 80px;
    height: 80px;
    border-radius: 60px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

@media (min-width: 992px) {
    .info-box .ico.info-box__image-icon {
        padding: 0;
    }
}

.odz-page-footer .footer-contact .footer-social a {
    font-size: 36px;
    /*margin-bottom: 10px;*/
}

a.popup-video {
    /*position: relative;*/
    display: block;
}

.popup-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background-image: url("/web/20250409174900im_/https://www.odzaci.rs/dist/styles/dist/img/yt-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: all 0.3s ease;
}

.gallery-prev-image {
    position: relative;
}

a.popup-video:hover .popup-video-overlay {
    opacity: .9;
}

.nav_banner {
    margin-bottom: 15px;
    height: 80px;
    padding-right: 40px;
    padding-top: 7px;
    position: relative;
}

.nav_banner_link {
    display: block;

}

.nav_banner_link:hover {
    text-decoration: none;
}

.nav_banner_link:hover .nav_banner_text {
    background-color: #022d50;
}

.nav_banner_link:hover .nav_banner_icon {
    border-color: #022d50;
}

.nav_banner_text {
    display: flex;
    align-items: center;
    height: 66px;
    background-color: #003E71;
    color: #fff;
    padding: 8px 39px 8px 12px;
    font-weight: 700;
    font-size: 15px;
}

.nav_banner_icon {
    border: 4px solid #003E71;
    background-color: #fff;

    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 60px;

}

.nav_banner_img {
    position: absolute;
    z-index: 4;
    right: 0;
    top: 0;
}

.img_banner_link {
    display: block;
    margin-bottom: 10px;
}

#sistem48-prijava-wrap {
    border: none;
    width: 100%;
}

.document-list__item {

}

.document-list__item-link {
    position: relative;
    display: block;
    /*margin-bottom: 15px;*/
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
}

.document-list__item-link:hover {
    text-decoration: none;
    background-color: #f3f3f3;
}

.document-list__item-icon {
    display: block;
    border-radius: 30px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 28px;
    height: 28px;
    line-height: 27px;
    padding-left: 4px;
    font-size: 13px;
    background-color: #003e71;
    color: #fff;
}

.document-list__item-name {
    display: block;
    margin-left: 55px;
    min-height: 28px;
}

.odz-page-footer .footer-contact .footer-social a.footer-social__link-fa {
    /*font-size: 34px;*/
    /*line-height: 1;*/
}

@media (min-width: 992px) {
    .odz-page-footer .footer-contact .footer-contact-bottom {
        position: static;

        width: auto;
    }
}

@media (min-width: 992px) {
    .odz-page-footer .footer-menu {
        margin-left: 0;
        margin-right: 0;
    }
}

.odz-page-footer {
    background-image: url("/web/20250409174900im_/https://www.odzaci.rs/dist/img/footer-pattern-1.png");
}

.odz-page-footer .footer-menu a {
    color: #dedede;
    font-size: 14px;
}

.footer-title {
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer-contact-bottom .footer-title {
    padding-top: 0;
}

.footer__row {
    display: flex;
    justify-content: space-between;
}

.footer-nav {
    color: #fff;
}

.footer-nav__link {
    color: #ececec;
    display: block;
    padding: 2px 0;
    font-weight: 300;
    font-size: 14px;
}

.footer-nav__link:hover {
    text-decoration: none;
    color: #1f81d2;
}

.footer-service-info__list {

}

.footer-service-info__link {

    color: #ececec;
    display: block;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.footer-service-info__list li:last-child .footer-service-info__link {
    border-bottom: none;
}

.footer-service-info__link:hover {
    text-decoration: none;

}

.footer-service-info__link:hover .footer-service-info__title {
    color: #1f81d2;
}

.footer-service-info__date {
    background-color: #1f81d2;
    border-radius: 4px;
    display: inline-block;
    padding: 2px 6px;
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
}

.footer-service-info__title {
    font-size: 14px;
}

.footer-grb-list {
    padding-top: 30px;
}

.site-bottom-line {
    font-size: 14px;
    font-weight: 300;
    background-color: #1f81d2;
    padding: 15px 0;
}

@media (min-width: 768px) {
    .site-bottom-line .signature {
        text-align: right;
    }
}

.apaone {
    background-image: url(/web/20250409174900im_/https://www.odzaci.rs/dist/img/apaone-logo-white.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0;
    text-decoration: none;
    color: #fff;
}

.apaone a {
    color: #fff;
}

.footer-grb-container {
    overflow: hidden;
    position: relative;
}

#footer-bg-grb-icon {
    position: absolute;
    transform: rotate(45deg);
    font-size: 600px;
    top: -160px;
    color: rgba(31, 129, 210, 0.07);
}

.sidebar .sidebar-box .header {
    background-color: #206094;
}

.sidebar .sidebar-box .header span.bg-icon {
    color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 12px;
    line-height: 46px;
    font-size: 18px;
    z-index: 50;
    background-color: #ea6369;
}

.sis-48-box{

}

.nav_banner_text {
    background-color: #206094;
}

.nav_banner_icon {
    border: 4px solid #206094;
}

.odz-page-title {

    background-color: #206094;

}

.odz-page-wrap .page-sec {
    margin-bottom: 20px;
}

.rsArrow .rsArrowIcn {
    font: normal normal normal 14px/1 FontAwesome;
    padding: 10px;
    text-align: center;
}

.rsArrowLeft .rsArrowIcn:before {
    content: "\f053";
}

.rsArrowRight .rsArrowIcn:before {
    content: "\f054";
}

.rsThumbsArrow .rsThumbsArrowIcn {
    font: normal normal normal 14px/1 FontAwesome;
    /*padding: 10px;*/
    text-align: center;
}

.rsThumbsArrowLeft .rsThumbsArrowIcn:before {
    content: "\f077";
}

.rsThumbsArrowRight .rsThumbsArrowIcn:before {
    content: "\f078";
}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background: #206094;
    color: #FFF;
}

.home-info {
    /*border-top: none;*/
    /*border-bottom: none;*/
    padding-top: 0;
    background-color: rgba(241, 239, 239, 0.45);;
    border: 1px solid #ddd;

}

.info-box {
    margin-bottom: 0;
    text-align: center;
    /*padding: 20px;*/
}

.info-box a {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.news-prev {
    margin-bottom: 30px;
}

.news-prev__image {
    position: relative;
    border: 1px solid #e4e4e4;
}

.news-prev__image img {
    display: block;
    max-width: 100%;
}

.news-prev__date {
    position: absolute;
    background-color: #1f81d2;

    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    left: -5px;
    bottom: 10px;
    color: #003e71;

}

.news-prev__date strong {
    color: #fff;
}

.news-prev__body {
    border: 1px solid #e4e4e4;
    border-top: none;
    padding: 20px;
    position: relative;
    padding-bottom: 30px;
}

.news-prev__read-more {
    position: absolute;
    bottom: 0;
    right: 0;
}

.news-prev__title {
    margin-top: 0;

    /*margin-bottom: 20px;*/
}

.news-prev__title a {
    color: #333;
    position: relative;
    display: block;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.news-prev__title a:hover,
.news-prev__title a:focus {
    color: #333;
    text-decoration: none;
}

.news-prev__title a:hover:before,
.news-prev__title a:focus:before {
    width: 100%;
}

.news-prev__title a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 80px;
    height: 3px;
    background-color: #1f81d2;
    transition: width .125s ease-in-out;
}

.navbar-header {
    display: flex;
    /*justify-content: space-between ;*/
}

.navbar-header .navbar-toggle {
    margin-left: auto;
}

.mob-nav-branding__grb {
    width: 60px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mob-nav-branding__img {
    max-width: 100%;
    display: block;
}

.mob-nav-branding__link {
    color: #fff;
    display: flex;
    align-items: center;
}

.odz-page-header .mob-nav-branding__link .title-text .title {
    padding-left: 15px;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: transparent;
    }

}

.sluzbeni-list .scrole-menu a {
    padding: 6px 12px;
    display: block;
    background-color: transparent;
    color: #333;
    margin: 5px;
    text-decoration: none;
    position: relative;
    padding-right: 5%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.sluzbeni-list .scrole-menu a:hover {
    color: #fff;
}

.sluzbeni-list .scrole-menu a:hover span {
    top: 10px;
}

.odz-page-title-block {
    margin: 0;
    display: block;
    padding: 10px 20px;
    background-color: #206094;
    color: #fff;
}

.odz-header img {
    max-width: 100%;
}

.btn_with_hand {
    padding: 5px 20px;
}

.btn_with_hand_text {

}

.btn_with_hand_icon {
    padding-left: 10px;
    transition: transform .2s ease-in;
}

.btn_with_hand:hover .btn_with_hand_icon,
.btn_with_hand:focus .btn_with_hand_icon {
    transform: translate(10px, 0);
}

.odz-page-body img.media-object {
    max-width: none;
}

.vest-prev {
    margin-bottom: 20px;
    background-color: #FFF;
    position: relative;
    box-shadow: 0 1px 1px rgba(173, 168, 168, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.vest-prev__image-link {
    display: block;
}

.vest-prev__media-body {
    padding-top: 15px;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.vest-prev .learn-more{
    white-space: nowrap;
}
/*
     FILE ARCHIVED ON 17:49:00 Apr 09, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:01:48 Jul 13, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.863
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.014
  esindex: 0.019
  cdx.remote: 22.701
  LoadShardBlock: 167.306 (3)
  PetaboxLoader3.datanode: 92.391 (4)
  PetaboxLoader3.resolve: 176.379 (2)
  load_resource: 119.885
*/